projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab5c9b3
)
* callint.c: Use const pointer when appropriate.
author
Paul Eggert
<eggert@cs.ucla.edu>
Wed, 16 Mar 2011 07:26:16 +0000
(
00:26
-0700)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Wed, 16 Mar 2011 07:26:16 +0000
(
00:26
-0700)
src/ChangeLog
patch
|
blob
|
history
src/callint.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index d2ccdc595109c0a7f3297b8a4206ccedc01b5dd3..4ea91d49e2308bff0215c660eb18744cf2099ab3 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-2,6
+2,7
@@
* callint.c (quotify_arg, quotify_args): Now static.
(Fcall_interactively): Rename locals to avoid shadowing.
+ Use const pointer when appropriate.
* lisp.h (get_system_name, get_operating_system_release):
Move decls here, to check interfaces.
diff --git
a/src/callint.c
b/src/callint.c
index 5ec916a5b8a25d25d9ff17357ac1b9b7d4a45cb8..282d8a82aa79c8464d4ec7dad844327967c312d5 100644
(file)
--- a/
src/callint.c
+++ b/
src/callint.c
@@
-258,7
+258,7
@@
invoke it. If KEYS is omitted or nil, the return value of
Lisp_Object prefix_arg;
char *string;
- char *tem;
+ c
onst c
har *tem;
/* If varies[i] > 0, the i'th argument shouldn't just have its value
in this call quoted in the command history. It should be